BEWSoftware MDj Core Library
Headings (Enhanced)
Headings now have the following additional options:
- You can set an "
id=""
" for each as needed. - You can add a link to the end of the heading text.
Note: This is not available with the dashed "----
" and equals "====
"
versions of headings.
#[#main] The main heading
Produces this:
<h1 id="main">The main heading</h1>
Results in this:
The main heading
## Sub heading ## [↑](#main)
Produces this:
<h2>Sub heading <a href="#main">↑</a></h2>
Results in this: